? (Evaluate Expression) 

Syntax

? expression [,format]

Parameters

expression

Expression to be evaluated with the expression evaluator.

format

C-style format characters. For example, to display a long int, use LI as the format specifier. Do not use percent signs (%).

 

Description

Evaluates and displays the value of the expression or symbol in the context of the current thread and process.

 

Note  The C++ expression evaluator cannot calculate expressions that use the conditional operator (?:).